Carbon


kThemeTextColorTabFrontActive

Header: Appearance.h

enum {
    kThemeTextColorTabFrontActive = 39,
    kThemeTextColorTabNonFrontActive = 40,
    kThemeTextColorTabNonFrontPressed = 41,
    kThemeTextColorTabFrontInactive = 42,
    kThemeTextColorTabNonFrontInactive = 43,
    kThemeTextColorIconLabelSelected = 44,
    kThemeTextColorBevelButtonStickyActive = 45,
    kThemeTextColorBevelButtonStickyInactive = 46
};

Constant descriptions

kThemeTextColorTabFrontActive

Text color for the front tab of an active tab control. Available with Appearance Manager 1.1 and later.

kThemeTextColorTabNonFrontActive

Text color for an active tab that is not the frontmost of a tab control. Available with Appearance Manager 1.1 and later.

kThemeTextColorTabNonFrontPressed

Text color for a tab that is not the frontmost of a tab control, when the tab is being clicked on by the user. Available with Appearance Manager 1.1 and later.

kThemeTextColorTabFrontInactive

Text color for the front tab of an inactive tab control. Available with Appearance Manager 1.1 and later.

kThemeTextColorTabNonFrontInactive

Text color for an inactive tab that is not the frontmost of a tab control. The tab may either be inactive because it has been individually disabled or because the tab control as a whole is currently inactive. Available with Appearance Manager 1.1 and later.

kThemeTextColorIconLabelSelected

Text color for the label of an icon that is currently selected. Available with Appearance Manager 1.1 and later.

kThemeTextColorBevelButtonStickyActive

Text color for an active bevel button that is currently on. Available with Appearance Manager 1.1 and later.

kThemeTextColorBevelButtonStickyInactive

Text color for an inactive bevel button that is currently on. Available with Appearance Manager 1.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)